home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
launcher
/
scripts
/
DefineButton2_51
/
BUTTONCONDACTION on(press).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
218 b
|
15 lines
on(press){
startDrag("drag",1);
tellTarget("drag")
{
gotoAndStop("p");
play();
}
tellTarget("/ball")
{
gotoAndStop("out");
play();
rotateOn = false;
}
}